home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Palettes / MiscClockPalette / English.lproj / MiscClockPalette.nib / data.classes next >
Encoding:
Text File  |  1994-11-26  |  611 b   |  44 lines

  1. SA_ClockPalette = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     };
  6.     SUPERCLASS = IBPalette;
  7. };
  8. FirstResponder = {
  9.     ACTIONS = {
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. SA_ClockView = {
  14.     ACTIONS = {
  15.     takeDateFrom:;
  16.     takeDowFrom:;
  17.     takeHoursFrom:;
  18.     takeMinutesFrom:;
  19.     takeMonthFrom:;
  20.     };
  21.     OUTLETS = {
  22.     clockbase;
  23.     theImage;
  24.     };
  25.     SUPERCLASS = View;
  26. };
  27. MiscClockView = {
  28.     ACTIONS = {
  29.     takeHoursFrom:;
  30.     takeDateFrom:;
  31.     takeMinutesFrom:;
  32.     takeWeekdayFrom:;
  33.     stopClock:;
  34.     setToCurrentTime:;
  35.     takeMonthFrom:;
  36.     startClock:;
  37.     };
  38.     OUTLETS = {
  39.     clockbase;
  40.     theImage;
  41.     };
  42.     SUPERCLASS = View;
  43. };
  44.